FrozenRows Property (FlexGridBase<T>)
In This Topic
Gets or sets the number of frozen columns.
Syntax
'Declaration
Public Overridable Property FrozenRows As System.Integer
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Integer
instance.FrozenRows = value
value = instance.FrozenRows
public virtual System.int FrozenRows {get; set;}
public read-write property FrozenRows: System.Integer; virtual;
public function get,set FrozenRows : System.int
public: __property virtual System.int get_FrozenRows();
public: __property virtual void set_FrozenRows(
System.int value
);
public:
virtual property System.int FrozenRows {
System.int get();
void set ( System.int value);
}
See Also